home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / msql-1.0.6 / src / common / config.h.in next >
Text File  |  1995-01-31  |  1KB  |  52 lines

  1.  
  2. #ifndef _CONFIG_H
  3. #define    _CONFIG_H 1
  4.  
  5. /* Defined if you have strdup().  */
  6. #undef HAVE_STRDUP
  7.  
  8. /* Defined if you have rindex(3).  */
  9. #undef HAVE_RINDEX
  10.  
  11. /* Defined if you have bcopy(3).  */
  12. #undef HAVE_BCOPY
  13.  
  14. /* Defined if you have ftruncate().  */
  15. #undef HAVE_FTRUNCATE
  16.  
  17. /* Defined if you have getdtablesize().  */
  18. #undef HAVE_GETDTABLESIZE
  19.  
  20. /* Defined if you have strsignal() rather than sys_siglist[]  */
  21. #undef HAVE_STRSIGNAL
  22.  
  23. /* Defined if you have sys/sockio.h */
  24. #undef HAVE_SYS_SOCKIO_H
  25.  
  26. /* Defined if you have netinet/in_systm.h */
  27. #undef HAVE_NETINET_IN_SYSTM_H
  28.  
  29. /* Defined if you have sys/dir.h */
  30. #undef HAVE_SYS_DIR_H
  31.  
  32. /* Defined if you have dirent.h */
  33. #undef HAVE_DIRENT_H
  34.  
  35. /* Defined if you have select.h  */
  36. #undef HAVE_SELECT_H
  37.  
  38. /* Defined if you have sys/select.h  */
  39. #undef HAVE_SYS_SELECT_H
  40.  
  41. /* Defined if you have sys/un.h (SCO doesn't have UNIX sock's) */
  42. #undef HAVE_SYS_UN_H
  43.  
  44. /* Defined if you have random() */
  45. #undef HAVE_RANDOM
  46.  
  47. /* Defined to the type of sig handlers */
  48. #undef RETSIGTYPE
  49.  
  50.  
  51. #endif /*_CONFIG_H*/
  52.